From 2e1555e8521f0b3bfe5a1185ec1bb49d7c3cbb42 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 29 Jan 2001 17:01:13 +0000 Subject: [PATCH] (frame-initialize): Doc fix. --- lisp/frame.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/frame.el b/lisp/frame.el index 85d9b734e82..93dcb36c124 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -167,7 +167,7 @@ Pass it BUFFER as first arg, and (cdr ARGS) gives the rest of the args." ;;; file - if there is no frame with a minibuffer open now, create ;;; one to display messages while loading the init file. (defun frame-initialize () - "Create an in initial frame if necessary." + "Create an initial frame if necessary." ;; Are we actually running under a window system at all? (if (and window-system (not noninteractive) (not (eq window-system 'pc))) (progn -- 2.30.2